home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- handlesprite()
- createGlobalVariable()
- createList()
- writeField()
- end
-
- on stopMovie
- global gColor, gSwitch, gPath
- cursor(4)
- if (the commandDown and (the keyPressed = "q")) or (charToNum(the keyPressed) = 27) then
- if gSwitch then
- set the colorDepth to gColor
- end if
- IKDispose()
- closeXLib(gPath & "Xtras:IKTrack")
- closeXLib(gPath & "Xtras:FileIOXtraFat")
- closeXLib(gPath & "Xtras:FileUtil")
- end if
- set the foreColor of field "fieldElencoSongHD" to 0
- end
-